home *** CD-ROM | disk | FTP | other *** search
- Command Name : Break
-
- Function : Stop a running process
-
- Arguments : <process> [ALL|C|D|E|F]
-
- Location : C directory
-
- When you run some programs, for example OctaMEDplayer, you get a line in the
- CLI window saying "Press Ctrl-C" to stop, but pressing Ctrl-C has no effect.
- Break lets you stop these programs. To use it, type Status at the CLI
- prompt and a list of currently running processes appears. Now find the
- process number of the task you ant to stop and type "Break <task number> C".
- This has the same effect as pressing Ctrl-C. If the process is a script,
- use the D parameter to stop it. E and F are rarely used. All will have the
- effect of using all four at once.
-
- Examples
-
- Break 1 C
-
- Has the effect of pressing Ctrl-C for task 1
-
- Break 7 D
-
- Has the effect of pressing ctrl-D for Task 7
-